home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / LOGOLIB.ZIP / UNTIL < prev    next >
Text File  |  1992-10-06  |  146b  |  7 lines

  1. .macro until :until.cond :until.instr
  2. if run :until.cond [op []]
  3. op se :until.instr (list "until :until.cond :until.instr)
  4. end
  5.  
  6. bury "until
  7.